GUI Help > Special > setListViewItemText

setListViewItemText
setListViewItemText handle gadget, int item, int subitem, str text

Description:
Sets the text of an item in a listview gadget.

Return Value:


Parameters:
gadget Handle of a listview gadget
index The index of the item whoose text you wish to set
subindex The subitem id of the text which you wish to set, or 0 for the main item text.
text The new text of the listview item or subitem.
Remarks:


See Also:


Example:
(Note: You will need to include the GUI constants file for this example to work)